-
Notifications
You must be signed in to change notification settings - Fork 384
add-kimi-audio-snippet #1429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add-kimi-audio-snippet #1429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean PRs as I like them 😄
Can be merged "as-is" if code snippet is correct (it looks correct but don't know the lib). @Vaibhavs10 can I let you merge it once you had a look at it ?
(https://huggingface.co/models?other=kimi-audio is populated ✔️)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -561,6 +561,37 @@ export const keras_hub = (model: ModelData): string[] => { | |||
return snippets; | |||
}; | |||
|
|||
export const kimi_audio = (model: ModelData): string[] => [ | |||
`# Example usage for KimiAudio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line here to install the library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip install ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no library for Kimi Audio yet, should I include the install requirements ? e.g
# git clone https://github.com/MoonshotAI/Kimi-Audio
# cd Kimi-Audio
# git submodule update --init --recursive
# pip install -r requirements.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened a PR on their repo to make it installable via pip: MoonshotAI/Kimi-Audio#86
4e22aa3
to
db4cb47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to merge
(merged it and made a release. Should be up on the Hub within a few days) |
Waiting these two PR to be merged:
https://huggingface.co/moonshotai/Kimi-Audio-7B/discussions/2
https://huggingface.co/moonshotai/Kimi-Audio-7B-Instruct/discussions/13